home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Bojo.exe / scripts / DefineButton2_353 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-29  |  187b  |  17 lines

  1. on(release){
  2.    luku += "1";
  3.    if(luku == "1")
  4.    {
  5.       a = "4";
  6.    }
  7.    else if(luku == "2")
  8.    {
  9.       b = "4";
  10.    }
  11.    else
  12.    {
  13.       c = "4";
  14.       play();
  15.    }
  16. }
  17.